home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 April / Gamestar_61_2004-04_dvdb.iso / DVDStar / Editace / hltp.exe / {app} / Applications / MilkShape 3D / msHeightMap.Readme.txt < prev    next >
Encoding:
Text File  |  2003-10-19  |  4.2 KB  |  117 lines

  1. Height Map Generator plugin for Milkshape 3D
  2. Version: 1.1.7
  3.  
  4. ---------------------
  5. Version History::
  6. ---------------------
  7.  
  8. 1.1.7 (19/10-2003):
  9.  
  10.   Changed:
  11.     Updated the vertex/triangle limits to comply with Milkshape3D version 1.7.
  12.  
  13. 1.1.6 (16/01-2003):
  14.  
  15.   Added:
  16.     Help button now included in the dialog. Please note that for this to work, you should have
  17.     extracted the .chm helpfile to the same folder as the plugin .dll file.
  18.  
  19.   Changed:
  20.     Completely re-wrote the generator for random terrain, should now produces much nicer results, 
  21.     but the process is also slower. Updated the helpfile.
  22.  
  23. 1.1.5 (24/11-2002):
  24.  
  25.   Added:
  26.     Helpfile in .chm format is now included in the plugin .zip.
  27.  
  28.   Changed:
  29.     The preview window code has been re-written and should now work for all dimensions.
  30.         A bug concerning saving that sneaked into the last version has been fixed.
  31.  
  32. 1.1.4 (23/10-2002):
  33.  
  34.   Changed:
  35.     Changed some internal code to speed things up.
  36.     Enabled zero-sum kernel for the custom effect.
  37.  
  38. 1.1.3 (20/10-2002):
  39.  
  40.   Fixed:
  41.     This time it should even work :) I missed some memleaks in the last release, thanks to Mete for helping me ( once again      :D ).
  42.  
  43. 1.1.2:
  44.  
  45.   Fixed:
  46.     Memory allocation problem in the loading code (thanx mijacs!)
  47.     
  48.  
  49. 1.1.1:
  50.  
  51.   Added:
  52.     Saving BMPs should now be working correctly.
  53.  
  54.   Changed:
  55.     Loading files larger than 256x256 no longer results in a crash, the images are instead cut down to 256x256. I plan on
  56.     making it scale the image, but I haven't had much time for this lately, so it'll be in a future version (if people really
  57.     want it).
  58.  
  59.   Changed:
  60.     The max dimensions for the plugin has been raised to 256x256, but the 89x89 restrictions still apply for use in
  61.     Milkshape.
  62.  
  63. 1.1.0:
  64.  
  65.   Info:
  66.     I've started on the save function, but I decided to release 1.1 without save enabled, because there are still some things
  67.     that need to be looked over. Hope you manage anyway. =)
  68.  
  69.   Added:
  70.     Custom effect. Click the '...' button to the right and a dialog will pop up to allow you to edit a 3x3 kernel. This
  71.     kernel will be used when you click the Custom effect button (if it is valid). Image processing with kernels is pretty
  72.     cool, do a search if you want some more theory. Have fun, just remember that the sum of all the kernel fields must be
  73.     larger than 0!
  74.     
  75.   Changed:
  76.     Image loading code now done with FreeImage, so lots of formats are now supported. Thanks Mete!
  77.  
  78.   Changed:
  79.     Updated almost all parts of the code for greater stability.
  80.  
  81. 1.0.0:
  82.  
  83.   Info:
  84.     One important note is that this plugin supports Height Maps up to 89x89 quads in size, this is the max resolution allowed
  85.     by Milkshape, so there's not much to do about it in this version. I've added and changed a lot since the last release,
  86.     most of it isn't really visible to the user, except for the Load Height Map function. The files supported are 24-bit BMPs
  87.     with legal dimensions, 16-bit or paletted BMPs are not supported yet. I've also added checks to make certain MS doesn't
  88.     crash when you try to generate to large a terrain.
  89.  
  90. ---------------------
  91. Disclaimer:
  92. ---------------------
  93. I do not guarantee that this software will function one any certain configuration, and any damage caused by use of this
  94. software is not my responsibility. Use at your own risk, well, you know the drill :)
  95.  
  96. ---------------------
  97. Thanks:
  98. ---------------------
  99.  
  100.   Mete, for the great program, his dedication and helping people out all the time!
  101.   Paul Nettle, for his great memory tracker! ( check out his site @ http://www.fluidstudios.com/publications.html )
  102.   mijacs, for bug hunting assistance
  103.  
  104.   everyone at the Milkshape forums who tested and gave me input on the plugin.
  105.  
  106. ---------------------
  107. Contact:
  108. ---------------------
  109. Mail me at: taharez@gdnmail.net 
  110.  
  111. -If you have encountered any bugs/strange behaviour that isn't explained in the above text.
  112. -If you want to give suggestions for the next release (I really appreciate if you take time to share ideas :) )
  113. -If you want to have a bit of a chat or any other reason you might think of :D
  114.  
  115. I hope this plugin can be of use, have fun!
  116.  
  117. // Taharez